Skip to content

feat: Kotlin SDK update for version 15.0.0#71

Merged
abnegate merged 8 commits intomainfrom
dev
Mar 26, 2026
Merged

feat: Kotlin SDK update for version 15.0.0#71
abnegate merged 8 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Mar 24, 2026

This PR contains updates to the Kotlin SDK for version 15.0.0.

* Breaking: Renamed `IndexType` to `DatabasesIndexType` in docs.
* Breaking: Replaced `.setKey()` with `.setSession()` in docs examples.
* Added: Added `DocumentsDB` service with document management methods.
* Updated: Updated docs to reflect new `DatabasesIndexType` and `DocumentsDB` examples.
@coderabbitai
Copy link

coderabbitai bot commented Mar 24, 2026

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 15 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5bad906a-dc1f-468f-a139-732303b447ca

📥 Commits

Reviewing files that changed from the base of the PR and between cbb627c and bd978bd.

📒 Files selected for processing (61)
  • CHANGELOG.md
  • README.md
  • docs/examples/java/databases/create-index.md
  • docs/examples/java/functions/create.md
  • docs/examples/java/functions/update.md
  • docs/examples/java/project/create-variable.md
  • docs/examples/java/project/delete-variable.md
  • docs/examples/java/project/get-variable.md
  • docs/examples/java/project/list-variables.md
  • docs/examples/java/project/update-variable.md
  • docs/examples/java/sites/create.md
  • docs/examples/java/sites/update.md
  • docs/examples/java/tablesdb/create-index.md
  • docs/examples/java/users/update-impersonator.md
  • docs/examples/java/webhooks/create.md
  • docs/examples/java/webhooks/delete.md
  • docs/examples/java/webhooks/get.md
  • docs/examples/java/webhooks/list.md
  • docs/examples/java/webhooks/update-signature.md
  • docs/examples/java/webhooks/update.md
  • docs/examples/kotlin/databases/create-index.md
  • docs/examples/kotlin/functions/create.md
  • docs/examples/kotlin/functions/update.md
  • docs/examples/kotlin/project/create-variable.md
  • docs/examples/kotlin/project/delete-variable.md
  • docs/examples/kotlin/project/get-variable.md
  • docs/examples/kotlin/project/list-variables.md
  • docs/examples/kotlin/project/update-variable.md
  • docs/examples/kotlin/sites/create.md
  • docs/examples/kotlin/sites/update.md
  • docs/examples/kotlin/tablesdb/create-index.md
  • docs/examples/kotlin/users/update-impersonator.md
  • docs/examples/kotlin/webhooks/create.md
  • docs/examples/kotlin/webhooks/delete.md
  • docs/examples/kotlin/webhooks/get.md
  • docs/examples/kotlin/webhooks/list.md
  • docs/examples/kotlin/webhooks/update-signature.md
  • docs/examples/kotlin/webhooks/update.md
  • src/main/kotlin/io/appwrite/Client.kt
  • src/main/kotlin/io/appwrite/enums/BackupServices.kt
  • src/main/kotlin/io/appwrite/enums/DatabaseType.kt
  • src/main/kotlin/io/appwrite/enums/DatabasesIndexType.kt
  • src/main/kotlin/io/appwrite/enums/Scopes.kt
  • src/main/kotlin/io/appwrite/enums/TablesDBIndexType.kt
  • src/main/kotlin/io/appwrite/enums/TemplateReferenceType.kt
  • src/main/kotlin/io/appwrite/models/Document.kt
  • src/main/kotlin/io/appwrite/models/Function.kt
  • src/main/kotlin/io/appwrite/models/Log.kt
  • src/main/kotlin/io/appwrite/models/Row.kt
  • src/main/kotlin/io/appwrite/models/Site.kt
  • src/main/kotlin/io/appwrite/models/User.kt
  • src/main/kotlin/io/appwrite/models/Webhook.kt
  • src/main/kotlin/io/appwrite/models/WebhookList.kt
  • src/main/kotlin/io/appwrite/services/Databases.kt
  • src/main/kotlin/io/appwrite/services/Functions.kt
  • src/main/kotlin/io/appwrite/services/Health.kt
  • src/main/kotlin/io/appwrite/services/Project.kt
  • src/main/kotlin/io/appwrite/services/Sites.kt
  • src/main/kotlin/io/appwrite/services/TablesDB.kt
  • src/main/kotlin/io/appwrite/services/Users.kt
  • src/main/kotlin/io/appwrite/services/Webhooks.kt
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines -3 to -10
## 14.1.0

* Added getConsolePausing health status endpoint
* Added `ttl` parameter for cached list results (0-86400s)
* Added optional `activate` parameter to Sites.createDeployment
* Updated Document and Row sequence ID descriptions
* Updated Databases docs to refer to collections, not tables
* Added deprecated updateRelationshipAttribute public API; use TablesDB.updateRelationshipColumn instead
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't replace

@abnegate abnegate merged commit 3401771 into main Mar 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants